home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global stage
- if stage = 11 then
- if the visible of sprite 3 = 1 then
- if soundBusy(2) = 0 then
- sound playFile 2, "..\som\paaguaa.wav"
- end if
- set the visible of sprite 3 to 0
- else
- set the visible of sprite 3 to 1
- end if
- end if
- updateStage()
- go(the frame)
- end
-